object FormSetup: TFormSetup Left = 833 Top = 448 BorderStyle = bsToolWindow Caption = 'Ustawienia' ClientHeight = 230 ClientWidth = 421 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 0 Width = 421 Height = 230 ActivePage = TabSheet1 Align = alClient TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Podstawowe' object Label1: TLabel Left = 8 Top = 64 Width = 146 Height = 13 Caption = #346'cie'#380'k'#281' Video Koduj Koderem:' end object Label2: TLabel Left = 8 Top = 88 Width = 146 Height = 13 Caption = #346'cie'#380'k'#281' Audio Koduj Koderem:' end object Label3: TLabel Left = 8 Top = 16 Width = 65 Height = 13 Caption = 'Konwertuj do:' end object ComboVideoIn: TJvComboBox Left = 184 Top = 56 Width = 225 Height = 21 Enabled = False ItemHeight = 13 ParentFlat = False ReadOnly = True TabOrder = 0 Text = 'XviD MPEG4' Items.Strings = ( 'XviD MPEG') end object ComboAudioIn: TJvComboBox Left = 184 Top = 80 Width = 225 Height = 21 ItemHeight = 13 ParentFlat = False TabOrder = 1 Text = 'AC-3 ACM' Items.Strings = ( 'AC-3 ACM' 'MPEG Layer-3') end object JvComboBox1: TJvComboBox Left = 184 Top = 8 Width = 225 Height = 21 Enabled = False ItemHeight = 13 ParentFlat = False ReadOnly = True TabOrder = 2 Text = 'iPhone' Items.Strings = ( 'XviD MPEG') end object ComboRes: TJvComboBox Left = 184 Top = 120 Width = 225 Height = 21 Enabled = False ItemHeight = 13 ParentFlat = False ReadOnly = True TabOrder = 3 Text = '624x352' Items.Strings = ( '640x352' '640x272' '624x352' '576x240' '320x240') end object CheckBox1: TCheckBox Left = 8 Top = 122 Width = 169 Height = 17 Caption = 'Zmie'#324' Rozdzielczo'#347#263' na:' TabOrder = 4 end end object TabSheet2: TTabSheet Caption = 'Kodery VIDEO' ImageIndex = 1 object ListVideo: TListBox Left = 0 Top = 0 Width = 413 Height = 161 Align = alTop ItemHeight = 13 TabOrder = 0 end object BCodecVideoSetting: TButton Left = 280 Top = 168 Width = 123 Height = 25 Caption = 'Ustawienia Kodowania' TabOrder = 1 OnClick = BCodecVideoSettingClick end end object TabSheet3: TTabSheet Caption = 'Kodery AUDIO' ImageIndex = 2 object ListAudio: TListBox Left = 0 Top = 0 Width = 413 Height = 161 Align = alTop ItemHeight = 13 TabOrder = 0 end end object TabSheet4: TTabSheet Caption = 'Kodery U'#380'ywane' ImageIndex = 3 object ListBox2: TListBox Left = 0 Top = 0 Width = 413 Height = 161 Align = alTop ItemHeight = 13 TabOrder = 0 end end object TabSheet5: TTabSheet Caption = 'Komunikaty' ImageIndex = 4 object debug: TMemo Left = 0 Top = 0 Width = 413 Height = 202 Align = alClient ScrollBars = ssHorizontal TabOrder = 0 end end end end